From: Abhay Kadam Date: Tue, 22 Nov 2016 13:04:52 +0000 (+0530) Subject: Fix broken link in docs/CONTRIBUTING.md X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~43^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=13360cb1c4e4d2e9464b94fc5e2b57bdccb3d248;p=ostree.git Fix broken link in docs/CONTRIBUTING.md The link for git-rebase manual contains stray character (]) at the end. Closes: #592 Approved by: jlebon --- diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a26f3975..36588113 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -15,7 +15,7 @@ for more information. Instead, we use an instance of As a review proceeeds, the preferred method is to push `fixup!` commits via `git commit --fixup`. Homu knows how to use `--autosquash` when performing the final merge. See the -[Git documentation](https://git-scm.com/docs/git-rebase]) for more +[Git documentation](https://git-scm.com/docs/git-rebase) for more information. Alternative methods if you don't like Github (also fully supported):